projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb4050
)
arm: socfpga: Add missing ',' in CONFIG_BOOTARGS
author
Stefan Roese
<
[email protected]
>
Wed, 1 Jun 2016 11:24:58 +0000
(13:24 +0200)
committer
Marek Vasut
<
[email protected]
>
Wed, 1 Jun 2016 20:44:14 +0000
(22:44 +0200)
Somehow the sr1500 is missing this comma in the CONFIG_BOOTARGS
definition. This patch adds it to.
Signed-off-by: Stefan Roese <
[email protected]
>
Reported-by: Pavel Machek <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
include/configs/socfpga_sr1500.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_sr1500.h
b/include/configs/socfpga_sr1500.h
index efa9e428cee078a84dae0e9bf03fef2c5b774a05..c097f47edd4a8ab76db38f7d9616d89a278d7e34 100644
(file)
--- a/
include/configs/socfpga_sr1500.h
+++ b/
include/configs/socfpga_sr1500.h
@@
-22,7
+22,7
@@
/* Booting Linux */
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTFILE "uImage"
-#define CONFIG_BOOTARGS "console=ttyS0" __stringify(CONFIG_BAUDRATE)
+#define CONFIG_BOOTARGS "console=ttyS0
,
" __stringify(CONFIG_BAUDRATE)
#define CONFIG_BOOTCOMMAND "run mmcload; run mmcboot"
#define CONFIG_LOADADDR 0x01000000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR